home *** CD-ROM | disk | FTP | other *** search
/ The National Palace Museum Experience / The National Palace Museum Experience.iso / Programs / Object.dxr / 00051_function 2 hilite.ls < prev    next >
Encoding:
Text File  |  1998-11-19  |  375 b   |  15 lines

  1. on mouseUp
  2.   global contentsprite, objnamesprite, gmoovname, gvideopath, objnum, videonum
  3.   set the visible of sprite 1 to 0
  4.   set the visible of sprite contentsprite to 0
  5.   set the visible of sprite objnamesprite to 0
  6.   initialbutton()
  7.   sound stop 1
  8.   cursor(-1)
  9.   updateStage()
  10.   if videonum < 10 then
  11.     set videonum to "0" & string(videonum)
  12.   end if
  13.   go("Video")
  14. end
  15.